home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Trial
/
Camtasia 6
/
camtasia.msi
/
Cabs.w1.cab
/
AVIWMVTimerCallback.js
< prev
next >
Wrap
Text File
|
2008-10-10
|
542b
|
28 lines
$JavaScriptScrollWindow
function timerInit()
{
//Sets the timer to check every .1 second
window.setInterval("timer()", 100);
}
function timer()
{
if( document.$ObjectIDName == undefined || document.$ObjectIDName == null )
{
return;
}
if( document.$ObjectIDName.PlayState == 3 )
{
var destIndex = null;
$SetIndexColors
if( destIndex != null )
{
ScrollToIndex( document.getElementById('$LinkDivID'), destIndex );
}
}
}